The following tables list the members exposed by the CodeFirstOracleDao<TEntity> type.

Name Description
Public property Carbonite Gets the carbonite controller that hosts the current DAO and offers data store context to it. (inherited from BaseDao<TDataContext, TCarboniteController, TTransaction, TTransactionCreationParameters>).
Protected property Entities Routes an entity read request to the underlying relational data store, so that all TEntity entities are obtained. (inherited from DiamantDao<TEntity, TDataContext, TDataCommand, TDataReader>).
Top